home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 76 / DVD Actual 1 Marzo 2003.iso / Trial / TurboCAD 7.1 Pro / Data.Cab / F29313_Begin.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-10  |  1.3 KB  |  54 lines

  1. #if !defined(AFX_BEGIN_H__FC542F57_E7DD_4CBA_8230_85AAD08B0023__INCLUDED_)
  2. #define AFX_BEGIN_H__FC542F57_E7DD_4CBA_8230_85AAD08B0023__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // Begin.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CBegin dialog
  12.  
  13. class CBegin : public CPropertyPage
  14. {
  15.     DECLARE_DYNCREATE(CBegin)
  16.  
  17. // Construction
  18. public:
  19.     CBegin();
  20.     ~CBegin();
  21.  
  22. // Dialog Data
  23.     //{{AFX_DATA(CBegin)
  24.     enum { IDD = IDD_BEGIN };
  25.         // NOTE - ClassWizard will add data members here.
  26.         //    DO NOT EDIT what you see in these blocks of generated code !
  27.     //}}AFX_DATA
  28.  
  29.  
  30. // Overrides
  31.     // ClassWizard generate virtual function overrides
  32.     //{{AFX_VIRTUAL(CBegin)
  33.     public:
  34.     virtual BOOL OnSetActive();
  35.     virtual LRESULT OnWizardNext();
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     //}}AFX_VIRTUAL
  39.  
  40. // Implementation
  41. protected:
  42.     // Generated message map functions
  43.     //{{AFX_MSG(CBegin)
  44.         // NOTE: the ClassWizard will add member functions here
  45.     //}}AFX_MSG
  46.     DECLARE_MESSAGE_MAP()
  47.  
  48. };
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_BEGIN_H__FC542F57_E7DD_4CBA_8230_85AAD08B0023__INCLUDED_)
  54.